home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / making edges < prev    next >
Text File  |  1999-06-15  |  681b  |  33 lines

  1. Category: Andrew's Filters 16
  2. Title: Making Edges...
  3. Copyright: Freeware
  4. Author: Andrew Buckle
  5. Filename: MakEdge.8bf
  6.  
  7. R:mix(src(x+rnd(0,10),y+rnd(0,10),z),((r^ctl(0))&(g^ctl(1))&(b^ctl(2)))+rnd(0,ctl(3)),ctl(6),ctl(7))
  8.  
  9. G:mix(src(x+rnd(0,10),y+rnd(0,10),z),((r^ctl(0))&(g^ctl(1))&(b^ctl(2)))+rnd(0,ctl(4)),ctl(6),ctl(7))
  10.  
  11. B:mix(src(x+rnd(0,10),y+rnd(0,10),z),((r^ctl(0))&(g^ctl(1))&(b^ctl(2)))+rnd(0,ctl(5)),ctl(6),ctl(7))
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red
  16. ctl[1]: Green
  17. ctl[2]: Blue
  18. ctl[3]: Red Random
  19. ctl[4]: Green Random
  20. ctl[5]: Blue Random
  21. ctl[6]: Mix
  22. ctl[7]: Mix A
  23.  
  24. val[0]: 250
  25. val[1]: 219
  26. val[2]: 133
  27. val[3]: 60
  28. val[4]: 12
  29. val[5]: 26
  30. val[6]: 145
  31. val[7]: 240
  32.  
  33.